.banner .swiper{
	height: 41vw;
}
.banner .swiper-horizontal>.swiper-pagination{
	bottom: 35px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	background: rgba(255,255,255,0.5);
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	width: 30px;
	background: #fff;
	border-radius: 4px;
}
.banner .swiper .mobileImg{
	display: none;
}

.technology{
	text-align: center;
	padding: 100px 0 120px;
	background: url(../images/icon/bgTechnology.png) no-repeat center center;
	background-size: cover;
}
.technology .info1,
.platform .info1{
	font-size: 24px;
	margin: 50px auto 25px;
}
.technology .info2,
.platform .info2{
	font-size: 16px;
	line-height: 30px;
	width: 840px;
	margin:0 auto;
	max-width: 100%;
}
.technology .flowList{
	padding: 50px 0 30px;
}
.technology .flowList li{
	float: left;
	width: calc(20% - 68px);
	margin-right: 85px;
	padding-top: 50px;
	position: relative;
}
.technology .flowList li:nth-child(5n){
	margin-right: 0;
}
.technology .flowList li:after{
	content: '';
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	right: -80px;
	top: 50%;
	background: url(../images/icon/iconArrow.png) no-repeat;
}
.technology .flowList li:nth-child(5n)::after{
	display: none;
}
.technology .flowList li .img{
	width: 100%;
	margin-bottom: 35px;
}
.technology .flowList li .txt{
	font-size: 16px;
	font-weight: bold;
}

.platform{
	padding: 60px 0 80px;
	text-align: center;
	background: url(../images/icon/bgPlatform.png) no-repeat center center;
	background-size: cover;
}
.platform .info2{
	width: 1000px;
}
.platform .platformList{
	margin-top: 80px;
}
.platformList .swiper-slide{
	float: left;
	width: calc(33.33% - 1px);
	height: 500px;
	margin-right: 1px;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-in;
}
.platformList .swiper-slide>a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	font-size: 0;
}
.platformList .swiper-slide.liBig{
	width:calc(50% - 1px);
}
.platformList .swiper-slide.liSmall{
	width:calc(25% - 1px);
}
.platformList .swiper-slide .img{
	width: auto;
	max-width: none;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.platformList .liInfo{
	position: absolute;
	left: 0;
	bottom: 45px;
	width: 100%;
	transition: bottom 0.5s ease-in;
}
.platformList .liInfo .icon{
	width: 50px;
	height: 50px;
	margin-bottom: 16px;
}
.platformList .liInfo .txt{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.platformList .swiper-slide.liBig .liInfo{
	bottom: 40%;
}

.news{
	padding: 30px 0 110px;
	background: url(../images/icon/bgNews2.png) no-repeat center center;
}
.news .newsHead{
	margin-bottom: 25px;
}
.newsHead .cusTitle{
	float:left;
}
.newsHead .showMore{
	float:right;
	height: 40px;
	line-height: 40px;
	padding: 0 35px;
	border: 1px solid #eee;
	border-radius: 40px;
	color: #555;
}
.newsHead .showMore:hover{
	background: #00d3dd;
	color: #fff;
	border:none;
	box-shadow: 0 2px 8px 2px rgba(0,211,211,0.3);
}
.newsbody .newsSwiper{
	float:left;
	width: 39%;
	border-right: 1px solid #eee;
	padding-right: 50px;
	position: relative;
}
.newsSwiper .swiper{
	position: relative;
}
.newsSwiper .swiper-pagination{
	bottom: 173px;
	right: 0;
	left: auto;
	width: auto;
}
.newsSwiper .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #ccc;
}
.newsSwiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #00d3dd;
}
.newsSwiper .newsImg{
	padding-bottom: 66.66%;
	margin-bottom: 15px;
}
.newsbody .labelBox{
	margin-bottom: 10px;
	padding-left: 2px;
}
.labelBox label{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	border-radius: 3px;
	padding:0 12px;
	margin-right: 10px;
	color: #fff;
	position: relative;
}
.labelBox label::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-left: 0px solid transparent;
	position: absolute;
	left: 0;
	bottom: -4px;
}
.labelBox label.type1{
	background-color: #00d3dd;
}
.labelBox label.type2{
	background-color: #589eee;
	border-top-color: #589eee;
}
.labelBox label.type1::before{
	border-top-color: #00d3dd;
}
.labelBox label.type2::before{
	border-top-color: #589eee;
}
.newsSwiper .info{
	min-height: 195px;
}
.newsSwiper .info:hover{
	background: url(../images/icon/bgNews.png) no-repeat right top;
}
.newsSwiper .title{
	font-size: 18px;
	line-height: 26px;
	color: #333;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 15px;
}
.newsSwiper .desc{
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 22px;
	color: #555;
	margin-bottom: 15px;
}
.newsSwiper .time{
	color: #555;
}
.newsbody .newsList{
	float:left;
	width: 61%;
	padding-left: 50px;
	margin-top: -35px;
}
.newsList li{
	border-bottom: 1px solid #eee;
}
.newsList li>a{
	display: block;
	padding: 35px 0;
	transition: padding 0.3s ease-in;
}
.newsList li:hover>a{
	padding: 35px 10px 35px 30px;
	background: url(../images/icon/bgNews.png) #fff no-repeat 75% top;
	box-shadow: 1px 1px 5px 1px rgba(171,255,205,0.2);
}
.newsList .newsTitle{
	margin-bottom: 15px;
	padding-right: 130px;
	position: relative;
}
.newsList .newsTitle .title{
	font-size: 18px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 10px;
}
.newsList .newsTitle .title::before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #555;
	position: absolute;
	top: 9px;
	left: 0;
}
.newsList .newsTitle .time{
	position: absolute;
	right: 35px;
	top: 0;
	color:#555;
}
.newsList .newsTitle .iconRight{
	display: block;
	width: 9px;
	height: 12px;
	background: url(../images/icon/iconRight.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 2px;
}

.newsList .newsDesc{
	color: #555;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 10px;
}

@media screen and (max-width:1024px) {
	.technology{
		padding: 40px 0;
	}
}

@media screen and (max-width:800px) {
	.technology .info1,
	.platform .info1{
		font-size: 18px;
		margin: 26px auto 20px;
	}
	.technology .info2,
	.platform .info2{
		font-size: 14px;
		line-height: 24px;
		word-break: break-all;
    text-align: justify;
	}
	.technology .flowList {
		padding: 30px 0 0;
	}
	.technology .flowList li{
		float: none;
		width: 100%;
		padding: 0 0 60px;
	}
	.technology .flowList li:after{
		right: 50%;
		top: auto;
		bottom: 10px;
		margin-right: -16px;
		transform: rotate(90deg);
	}
	.technology .flowList li .img{
		max-width: 200px;
		margin-bottom: 10px;
	}
	.platform{
		padding: 30px 0;
	}
	.platform .platformList{
		margin-top: 30px;
	}
	.platformList .liInfo .txt{
		font-size: 14px;
	}
	.news{
		padding: 20px 0 30px;
	}
	.newsbody .newsSwiper{
		padding-right: 20px;
	}
	.newsbody .newsList{
		padding-left: 20px;
	}
}

@media screen and (max-width:640px) {
	.banner .swiper{
		height: auto;
	}
	.swiper-backface-hidden .swiper-slide{
		background: none !important;
	}
	.banner .swiper .mobileImg{
		display: block;
		width: 100%;
	}
	.banner .swiper-horizontal>.swiper-pagination{
		bottom:20px;
	}
	.platformList .swiper-slide{
		margin-right: 0;
	}
	.platformList .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	.platformList .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		background: #fff;
	}
	.news .newsHead{
		margin-bottom: 10px;
	}
	.newsHead .showMore{
		height: 32px;
		line-height: 32px;
		padding: 0 22px;
		margin-top: 10px;
	}
	.newsbody .newsSwiper,
	.newsbody .newsList{
		float: none;
		width: 100%;
		padding: 0;
		border:none;
	}
	.newsbody .newsSwiper{
		margin-bottom: 20px;
	}
	.newsSwiper .title,
	.newsList .newsTitle .title{
		font-size: 16px;
	}
	.newsList li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:480px) {
	.banner .swiper-pagination .swiper-pagination-bullet-active{
		width:20px;
	}
	.labelBox label {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
	}
}
